Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT] Change parameter names of builder methods for domain, version, outputs #1767

Merged
merged 5 commits into from
Jul 31, 2024

Conversation

gramalingam
Copy link
Collaborator

As discussed previously. Use parameter names _domain, _version, and _outputs for special kwargs in onnx op builder method.

Copy link

codecov bot commented Jul 30, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 7 lines in your changes missing coverage. Please review.

Project coverage is 75.06%. Comparing base (efe674d) to head (c423795).

Files Patch % Lines
onnxscript/rewriter/pattern.py 58.33% 2 Missing and 3 partials ⚠️
onnxscript/rewriter/erfgelu.py 0.00% 1 Missing ⚠️
onnxscript/rewriter/llama_rule_sets.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1767   +/-   ##
=======================================
  Coverage   75.05%   75.06%           
=======================================
  Files         245      245           
  Lines       26437    26437           
  Branches     4822     4822           
=======================================
+ Hits        19842    19844    +2     
+ Misses       5663     5662    -1     
+ Partials      932      931    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

github-actions bot commented Jul 30, 2024

Test Results

     24 files  ±0       24 suites  ±0   3h 31m 43s ⏱️ + 14m 2s
 13 384 tests ±0   11 809 ✅ +1    1 545 💤 ±0   30 ❌ ±0 
477 544 runs  ±0  100 130 ✅ +1  377 146 💤 ±0  268 ❌ ±0 

For more details on these failures, see this check.

Results for commit c423795. ± Comparison against base commit efe674d.

♻️ This comment has been updated with latest results.

@gramalingam gramalingam merged commit a7835f2 into main Jul 31, 2024
30 of 43 checks passed
@gramalingam gramalingam deleted the rama/builder_kwargs branch July 31, 2024 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

2 participants